@charset "utf-8";
/*头尾所需统一样式*/

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, img {
    margin: 0px;
    padding: 0px;
    outline: none;
    border: 0px;
}

li {
    list-style: none;
}

body {
    text-align: left;
    font-family: '微软雅黑';
    color: #333333;
    background: #fff;
}

a, ins {
    text-decoration: none;
}

a {
    color: #333333;
}

a:hover {
    text-decoration: none;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
}

a:visited, a:active, a:focus {
    text-decoration: none;
}

.wrap {
    width: 100%;
    background: #fff;
}

.contentWidth {
    width: 555px;
    margin: 0 auto;
}


/* 2019公众评价 */

.gzpj2019_one .gzpj2019_title {
    width: 100%;
    line-height: 20px;
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

.gzpj2019_one .gzpj2019_text {
    width: 555px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.gzpj2019_one .gzpj2019_text p {
    width: 100%;
    line-height: 24px;
    font-size: 16px;
    color: #333;
    margin-top: 20px;
}

.picScroll-left {
    width: 100%;
    height: 45px;
    position: relative;
}

.picScroll-left .bd {
    width: 100%;
    overflow: hidden;
}

.picScroll-left .bd ul {
    /* width: 100%; */
    width: 555px;
    height: 45px;
    overflow: hidden;
    position: relative;
}

.picScroll-left .bd li {
    float: left;
    height: 45px;
    line-height: 45px;
}
/*.bd li span a:hover{
	border-top: 3px solid #2B6BA2;
}*/
.bd li b{
	margin: 0px 10px 0px 10px;
}
.picScroll-left .bd li.blue {
   /* border-bottom: 2px solid #0081FF;*/
}

.picScroll-left .bd .img {
    width: 100%;
    height: 120px;
    display: block;
    position: relative;
}

.picScroll-left .bd li .img img {
    width: 120px;
    height: 120px;
    left: 50%;
    margin-left: -60px;
    position: absolute;
}

.picScroll-left .hd .prev {
    width: 15px;
    height: 15px;
    display: block;
/*    background: url(./prevBg.png) 0 0 no-repeat;*/
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: -38px;
    cursor: pointer;
}

.picScroll-left .hd .next {
    width: 15px;
    height: 15px;
    display: block;
  /*  background: url(./nextBg.png) 0 0 no-repeat;*/
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: -38px;
    cursor: pointer;
}

.picScroll-left .hd .prev:hover {
    background: url(./prevBghover.png) 0 0 no-repeat;
}

.picScroll-left .hd .next:hover {
    background: url(./nextBghover.png) 0 0 no-repeat;
}

.picScroll-left .hd .prev2 {
/*    background: url(./prevBg2.png) 0 0 no-repeat;*/
    cursor: default;
}

.picScroll-left .hd .next2 {
    background: url(./nextBg2.png) 0 0 no-repeat;
    cursor: default;
}

.picScroll-left .hd .prev2:hover {
    background: url(./prevBg2.png) 0 0 no-repeat;
}

.picScroll-left .hd .next2:hover {
    background: url(./nextBg2.png) 0 0 no-repeat;
}
.lun ul li{
	width: 275px; height: 90px;float: left;background: #F6F6F6;margin-left: 20px;
}





